home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / like taking a woodcut < prev    next >
Text File  |  1999-06-15  |  697b  |  33 lines

  1. Category: Andrew's Filters 21
  2. Title: Like Taking A Woodcut...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: Woodcut.8bf
  6.  
  7. R:mix((r+g+b)/3+(rnd(0,val(5,0,40))-rnd(0,val(6,0,40))>10?ctl(3):ctl(4))>ctl(0)?ctl(3):ctl(4),r,ctl(7),120)
  8.  
  9. G:mix((r+g+b)/3+(rnd(0,val(5,0,40))-rnd(0,val(6,0,40))>10?ctl(3):ctl(4))>ctl(1)?ctl(3):ctl(4),r,ctl(7),120)
  10.  
  11. B:mix((r+g+b)/3+(rnd(0,val(5,0,40))-rnd(0,val(6,0,40))>10?ctl(3):ctl(4))>ctl(2)?ctl(3):ctl(4),r,ctl(7),120)
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red
  16. ctl[1]: Green
  17. ctl[2]: Blue
  18. ctl[3]: Value 1
  19. ctl[4]: Value 2
  20. ctl[5]: Random 1
  21. ctl[6]: Random 2
  22. ctl[7]: Mix Src
  23.  
  24. val[0]: 129
  25. val[1]: 147
  26. val[2]: 150
  27. val[3]: 255
  28. val[4]: 40
  29. val[5]: 115
  30. val[6]: 104
  31. val[7]: 15
  32.  
  33.